google.golang.org/grpc/internal/transport.recvBufferReader.clientStream (field)

6 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L516: 			clientStream: s,
		transport.go#L133: 	clientStream *ClientStream // The client transport stream is closed with a status representing ctx.Err() and nil trailer metadata.
		transport.go#L149: 	if r.clientStream != nil {
		transport.go#L174: 	if r.clientStream != nil {
		transport.go#L219: 		r.clientStream.Close(ContextErr(r.ctx.Err()))
		transport.go#L246: 		r.clientStream.Close(ContextErr(r.ctx.Err()))